The following tables list the members exposed by WeakAction<T>.
Public Properties
Public Methods
| Name | Description |
 | Dispose |
Clears the weak reference of this instance.
(Inherited from Intersoft.Client.Framework.WeakAction) |
 | Execute |
Invokes the action of this instance. This method runs only if the target of the reference is still alive.
|
 | Invoke |
Invokes the action of this instance. This method runs only if the target of the reference is still alive.
The action's parameter is set to default(T).
|
Top
See Also